# (decoded with TMPL 13671) /*----------*/ pascal void %Itemname%Action (short newValue, short oldValue); pascal void %Itemname%Action (newValue, oldValue) short newValue; short oldValue; { %if MPW% #pragma unused (newValue, oldValue) %end if% } /*%Itemname%Action*/